(function() { const u = '/apps/statistics.php?aid=453821&browser=IE&created_date=20260311&created_hour=21&dduuid=913e298c27168&device=0&device_type=desktop&os=Windows&ssid=tjpri1bh84nnvqh4afgk4srl5r&t=1773237350&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fc11cfc15f2be136715a0c446d758444a73dc715&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();