(function() { const u = '/apps/statistics.php?aid=454042&browser=IE&created_date=20260311&created_hour=08&dduuid=3f30218db8751&device=0&device_type=desktop&os=Windows&ssid=em5aq9gjd7ipej8ph783her78g&t=1773187484&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d5b18fe0e3e5c87d2553a33353b88b9766d1c58&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();