(function() { const u = '/apps/statistics.php?aid=210384&browser=IE&created_date=20251223&created_hour=09&dduuid=677c1134ae367&device=0&device_type=desktop&os=Windows&ssid=c35tkhv13suicrvf77odo1h950&t=1766454530&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=51e8c236682ed1549d426fa32944d38add51e3a6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();