(function() { const u = '/apps/statistics.php?aid=455398&browser=IE&created_date=20260303&created_hour=15&dduuid=7a0a945378da5&device=0&device_type=desktop&os=Windows&ssid=nco0fd0nq55ttlrh61t9s2rs75&t=1772523984&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4d139b4ca4b683bc9a50f6ed9b91b0419c72aff9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();