(function() { const u = '/apps/statistics.php?aid=455695&browser=IE&created_date=20260310&created_hour=15&dduuid=b6dab5fe8221f&device=0&device_type=desktop&os=Windows&ssid=o406jmdceoisohb0ck1grs32il&t=1773129060&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2065d20300dde52e5be7eabdb66f720719e54119&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();