(function() { const u = '/apps/statistics.php?aid=448736&browser=IE&created_date=20260123&created_hour=01&dduuid=ccc7d79084acd&device=0&device_type=desktop&os=Windows&ssid=sgijbg2kthkos2bss8o9is7ard&t=1769101975&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=61b792df838937139b2d73e442dade4966b6322e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();