(function() { const u = '/apps/statistics.php?aid=450650&browser=IE&created_date=20260307&created_hour=13&dduuid=ed9e0bc30e633&device=0&device_type=desktop&os=Windows&ssid=m801grfhob365umrf2etsver2m&t=1772859880&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d3151150ad66296063b07006e31563d549bac42c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();