(function() { const u = '/apps/statistics.php?aid=210074&browser=IE&created_date=20260224&created_hour=09&dduuid=b9c14dcf9146b&device=0&device_type=desktop&os=Windows&ssid=48qn3ovb6ipl6lklvnlgpn7sme&t=1771897663&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1178d4e02a06ed2a8f0ac3a981aec6a73b6225d8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();