(function() { const u = '/apps/statistics.php?aid=342837&browser=IE&created_date=20260225&created_hour=13&dduuid=8e462a0cb76ee&device=0&device_type=desktop&os=Windows&ssid=s6cmrdpmuldt21b6qtfru7e30n&t=1771996187&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=00fa8c2f39d2b4c944705f5eda0518c2ad3dd581&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();