(function() { const u = '/apps/statistics.php?aid=50&browser=IE&created_date=20260223&created_hour=19&dduuid=fe40ad2fc9a4d&device=0&device_type=desktop&os=Windows&ssid=lav0j6agj7qpdi2pgn281r3a8a&t=1771846098&typeid=28&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3e5d552b9afd52ade3827add987ebe865403639d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();