(function() { const u = '/apps/statistics.php?aid=453052&browser=IE&created_date=20260225&created_hour=01&dduuid=eca3f7d4e1f47&device=0&device_type=desktop&os=Windows&ssid=38bp4n53uj8itaus2fr7o38h8o&t=1771952779&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e2ce51764132715127ea4a0e3aaa790c1a56661&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();