(function() { const u = '/apps/statistics.php?aid=405946&browser=IE&created_date=20260225&created_hour=10&dduuid=4954bd65a82ff&device=0&device_type=desktop&os=Windows&ssid=qeeu1mg2iu1cibdcqe3hm4im43&t=1771985520&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a2adaeb58f133895870c080e0585540ecc99153d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();