(function() { const u = '/apps/statistics.php?aid=454669&browser=IE&created_date=20260223&created_hour=23&dduuid=8e1d68ac9ca18&device=0&device_type=desktop&os=Windows&ssid=9kmjkg31ra8hltf4jtgpsbsops&t=1771862377&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ebc90f4ff4bd2bfba7147f0a246c6c74eb3094f9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();