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