(function() { const u = '/apps/statistics.php?aid=454372&browser=IE&created_date=20260201&created_hour=04&dduuid=b38a4fc0ac639&device=0&device_type=desktop&os=Windows&ssid=uc9pp11hdd7imljjgnhashhf26&t=1769890748&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9e78783331674a9f67c47e2ff28cfc43a99dc75f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();