(function() { const u = '/apps/statistics.php?aid=141263&browser=IE&created_date=20260310&created_hour=13&dduuid=d0858b41eea32&device=0&device_type=desktop&os=Windows&ssid=hhtocb3u7pf93khld692dqpr33&t=1773122316&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4b6d4b7c5ff08beaf7fe4be05f66e73df26c0dd1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();