(function() { const u = '/apps/statistics.php?aid=385486&browser=IE&created_date=20251220&created_hour=00&dduuid=91c8242cac6d9&device=0&device_type=desktop&os=Windows&ssid=78a3qheqldgafuq91sl6l4aj9k&t=1766161252&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=27ab0cc832d7521e21b896e8808074076027b1f7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();