(function() { const u = '/apps/statistics.php?aid=442238&browser=IE&created_date=20251222&created_hour=15&dduuid=fb8ed0be4f6aa&device=0&device_type=desktop&os=Windows&ssid=ks2klstdjrt4agqas7va3hjr04&t=1766387406&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3bc212223cb0b58336bc90ffcefd345f047f7d0b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();