(function() { const u = '/apps/statistics.php?aid=81598&browser=IE&created_date=20260304&created_hour=15&dduuid=89e5c22d0665e&device=0&device_type=desktop&os=Windows&ssid=1o54cnggh05gv79r7cpgem0j7s&t=1772608959&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5167ff7c406356e0cfffa0708df966514fb78f76&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();