(function() { const u = '/apps/statistics.php?aid=450722&browser=IE&created_date=20260307&created_hour=15&dduuid=889c43252c3fb&device=0&device_type=desktop&os=Windows&ssid=ug8ieps4idrbnmcsi9da1h2pk8&t=1772869516&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=657500ea234be32650bdd92a9cf3d158ffce3d6c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();