(function() { const u = '/apps/statistics.php?aid=401296&browser=IE&created_date=20260112&created_hour=10&dduuid=836ed77f9c804&device=0&device_type=desktop&os=Windows&ssid=4nlf59sh77hq31lreial38hcou&t=1768186292&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6a554a6c391a342fd43da6465cf72454d1550ab0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();