(function() { const u = '/apps/statistics.php?aid=425506&browser=IE&created_date=20260126&created_hour=11&dduuid=3600c8954c064&device=0&device_type=desktop&os=Windows&ssid=unsqocdersi4otfuuf3b3amj0c&t=1769397858&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2aa754b280f0d9644fe08b0cb259fb3b6b51df9c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();