(function() { const u = '/apps/statistics.php?aid=442322&browser=IE&created_date=20251222&created_hour=10&dduuid=884edbaa485a6&device=0&device_type=desktop&os=Windows&ssid=72j3ffspendu2dnsa4h2ej1no2&t=1766369861&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0f7fa6c2b66520100fe38278169cce98de708959&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();