(function() { const u = '/apps/statistics.php?aid=17585&browser=IE&created_date=20260124&created_hour=10&dduuid=5105bc969d04b&device=0&device_type=desktop&os=Windows&ssid=tjeom3geluun14i40q5svs01c2&t=1769220550&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c19a3853996fd7711c4378ff1c8912f462a1cd75&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();