(function() { const u = '/apps/statistics.php?aid=322333&browser=IE&created_date=20260313&created_hour=10&dduuid=1ae6567d714fe&device=0&device_type=desktop&os=Windows&ssid=duj0pml5go9qc42bm8cn21lt3h&t=1773367711&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=93f79c1e9b3b8a7996dae4f2fe5fecaf28c3f543&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();