(function() { const u = '/apps/statistics.php?aid=207395&browser=IE&created_date=20260114&created_hour=05&dduuid=2e8a33c68ac7c&device=0&device_type=desktop&os=Windows&ssid=dph08hm2tmkbk6k039o7h1n5ri&t=1768338561&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5f685d99094b728aa14befcf453c7d23baa2d9db&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();