(function() { const u = '/apps/statistics.php?aid=346299&browser=IE&created_date=20260313&created_hour=04&dduuid=23655aa525748&device=0&device_type=desktop&os=Windows&ssid=eb065kno1o3ertcoos33vsb3b1&t=1773348499&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1d7a4507face56ee57a072551c07f4a46d90bd93&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();