(function() { const u = '/apps/statistics.php?aid=453946&browser=IE&created_date=20260311&created_hour=22&dduuid=c1cb6b1f6f169&device=0&device_type=desktop&os=Windows&ssid=6b6r3dk0hi2mttc2bfdfja62ge&t=1773237774&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0fe1736d1275fa09d7c9ae369f300b02cd3add44&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();