(function() { const u = '/apps/statistics.php?aid=81615&browser=IE&created_date=20260310&created_hour=10&dduuid=66d97684f8b9a&device=0&device_type=desktop&os=Windows&ssid=fg7m8gig1551657kv2npaouesj&t=1773110707&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=70a3f0dfef8717cd4c00e30dfd9aa42f9e0caa6a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();