(function() { const u = '/apps/statistics.php?aid=456079&browser=IE&created_date=20260310&created_hour=10&dduuid=d068d7d751d27&device=0&device_type=desktop&os=Windows&ssid=amiggmnt579fmcane1ko1tfn9g&t=1773111317&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f31d460df41d7664a11b7254db61ca089e1b774b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();