(function() { const u = '/apps/statistics.php?aid=291717&browser=IE&created_date=20260223&created_hour=19&dduuid=de3e88d52228c&device=0&device_type=desktop&os=Windows&ssid=1j1ngi2kf2rktgst2ke6fuqam1&t=1771845323&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cb0e770e5278554549b257be4e3147dbd8affe40&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();