(function() { const u = '/apps/statistics.php?aid=207898&browser=IE&created_date=20260103&created_hour=02&dduuid=c900e57b60485&device=0&device_type=desktop&os=Windows&ssid=35nahgan2otqog94kh1d2jq3mk&t=1767378814&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d4a7c08a21b096259ebf3b75e5c5a094074ce260&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();