(function() { const u = '/apps/statistics.php?aid=400931&browser=IE&created_date=20260112&created_hour=11&dduuid=1861a4c06a562&device=0&device_type=desktop&os=Windows&ssid=b09ta1rq9q1ds2houflsfu6dco&t=1768187489&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ec6efdaa0afefc7ea3449cc832e0b146ddc81647&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();