(function() { const u = '/apps/statistics.php?aid=8277&browser=IE&created_date=20260112&created_hour=13&dduuid=201061717017b&device=0&device_type=desktop&os=Windows&ssid=qmc38143tk1ao8c4ba071vk6h6&t=1768194307&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=254ca4c40b23b793c9b2f05d13e544d5aa0611a3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();