(function() { const u = '/apps/statistics.php?aid=451340&browser=IE&created_date=20260225&created_hour=08&dduuid=2e895a6856559&device=0&device_type=desktop&os=Windows&ssid=1eak51g9ai6f096gu1hfg4biq5&t=1771980301&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=34d460aebf6934d40329da0b0fa65d124bddac7c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();