(function() { const u = '/apps/statistics.php?aid=455141&browser=IE&created_date=20260223&created_hour=22&dduuid=4232eadd128c2&device=0&device_type=desktop&os=Windows&ssid=89brfkf0e54k5f8p9dk29avs5o&t=1771856598&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dcb1e49d99bfdf503584bc77ec296ffe28f691d9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();