(function() { const u = '/apps/statistics.php?aid=457973&browser=IE&created_date=20260311&created_hour=10&dduuid=b75fcc43006b4&device=0&device_type=desktop&os=Windows&ssid=oc8e8m194tpvtmma6r763me2fc&t=1773195650&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a7fa475d477d135148d93a53585472c5a5ce63df&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();