(function() { const u = '/apps/statistics.php?aid=453799&browser=IE&created_date=20260311&created_hour=12&dduuid=91efbee0ecfea&device=0&device_type=desktop&os=Windows&ssid=dsegd5shngnuojst6bfc4rjthc&t=1773203195&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4a397f53da175473711eaad12f175967e97376f4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();