(function() { const u = '/apps/statistics.php?aid=427946&browser=IE&created_date=20260122&created_hour=12&dduuid=35f5527b03c29&device=0&device_type=desktop&os=Windows&ssid=l8s8ats18m4a36a8q33439jnug&t=1769055267&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=45ea27c491231cfef1624ad46e0b690727de2c61&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();