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