(function() { const u = '/apps/statistics.php?aid=51664&browser=IE&created_date=20260207&created_hour=21&dduuid=a13a9e80c673b&device=0&device_type=desktop&os=Windows&ssid=aan3bgs7l50mk1jl4pq7d0n95s&t=1770471688&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=52efe8ccedeafe2989b3b17ed6a6430e68a918b8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();