(function() { const u = '/apps/statistics.php?aid=456130&browser=IE&created_date=20260310&created_hour=07&dduuid=2539883f11964&device=0&device_type=desktop&os=Windows&ssid=knoa4hprk1qa5ilb3o7sn7n840&t=1773099081&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2d10a2423e852870d5a529108864e5db74f21c05&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();