(function() { const u = '/apps/statistics.php?aid=451721&browser=IE&created_date=20260123&created_hour=08&dduuid=f01f12d79aaab&device=0&device_type=desktop&os=Windows&ssid=4ctksm8m04j5tvd46uc80iisl8&t=1769127743&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1afd63b803268261402adeae898edc5034b9e8ab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();