(function() { const u = '/apps/statistics.php?aid=450937&browser=IE&created_date=20260225&created_hour=15&dduuid=329bd22208c37&device=0&device_type=desktop&os=Windows&ssid=rakb4jf45f5lt9js2is662m638&t=1772003593&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=980ced98e3349ce3f470d6cae019174b55371d44&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();