(function() { const u = '/apps/statistics.php?aid=21040&browser=IE&created_date=20260123&created_hour=02&dduuid=8a42f62c73e27&device=0&device_type=desktop&os=Windows&ssid=f9ola378girn58v6lkpesrdusf&t=1769106384&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bf2f924a054e7411bec8f6bec4f81bca8812bd26&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();