(function() { const u = '/apps/statistics.php?aid=407164&browser=IE&created_date=20260123&created_hour=01&dduuid=aee1b59f442a1&device=0&device_type=desktop&os=Windows&ssid=nedn9hga4ijc65fmg5h47r2aoo&t=1769103662&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=448f08f674e230e5c4b3aa0622aaf80693362b15&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();