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