(function() { const u = '/apps/statistics.php?aid=382263&browser=IE&created_date=20260123&created_hour=05&dduuid=88a6cf0218fc4&device=0&device_type=desktop&os=Windows&ssid=0p9qube2hlvq39a6sgr95m5f8k&t=1769116949&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=227a732bd0513ac4b7e1877921766647d9003a0b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();