(function() { const u = '/apps/statistics.php?aid=440867&browser=IE&created_date=20251224&created_hour=12&dduuid=44a78f3dd7550&device=0&device_type=desktop&os=Windows&ssid=i6e68s2jjnn2t9468eq52ah7v7&t=1766552000&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c39a014e12b33ec7b3961b57f3817d0d627e8c69&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();