(function() { const u = '/apps/statistics.php?aid=442379&browser=IE&created_date=20260305&created_hour=04&dduuid=9be72eab07070&device=0&device_type=desktop&os=Windows&ssid=lr5to6b9qkdae3anuhha5oa2vc&t=1772657870&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=373df6e506e916958815713b7d0f15443ba479b7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();