(function() { const u = '/apps/statistics.php?aid=437438&browser=IE&created_date=20260315&created_hour=20&dduuid=f9d77a73f72c6&device=0&device_type=desktop&os=Windows&ssid=35clp3rbmq55v7dr6jr697oe8d&t=1773578793&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fac62a2ff67be8bad937997b14cd46bb281814e4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();