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