(function() { const u = '/apps/statistics.php?aid=401296&browser=IE&created_date=20260311&created_hour=00&dduuid=34e859f8b1201&device=0&device_type=desktop&os=Windows&ssid=3j3m4o7t4iol0d1qkfok40n425&t=1773161784&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4149c970d79d8c2ffc0e430d64deb6fa54ca538b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();