(function() { const u = '/apps/statistics.php?aid=455114&browser=IE&created_date=20260208&created_hour=07&dduuid=975f9be5998c6&device=0&device_type=desktop&os=Windows&ssid=j0dflp3ea842j24hreivm3tjv6&t=1770505627&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b34202f71ed6a4345144ec211c0f1bdcc50bb2d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();