(function() { const u = '/apps/statistics.php?aid=458161&browser=IE&created_date=20260311&created_hour=07&dduuid=4f95b20b856de&device=0&device_type=desktop&os=Windows&ssid=0svn0gmeionvcnpdv7emg1amd4&t=1773184638&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0252894ce4cd76d6b6b5e963fde215471ee412db&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();