(function() { const u = '/apps/statistics.php?aid=450891&browser=IE&created_date=20260119&created_hour=20&dduuid=7ce60d654cd19&device=0&device_type=desktop&os=Windows&ssid=85a0g3hem7thuhrjldcp07g0eo&t=1768825091&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3706a19a60a96369d044e166cdf7e3800b595b85&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();