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