(function() { const u = '/apps/statistics.php?aid=444711&browser=IE&created_date=20251221&created_hour=20&dduuid=b1124afdb691f&device=0&device_type=desktop&os=Windows&ssid=v9inga0ep8lccr16d525nu6v5m&t=1766321708&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=15d55a06b622dffcc8200e9519e1a26fdaf1b756&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();