(function() { const u = '/apps/statistics.php?aid=17895&browser=IE&created_date=20260227&created_hour=22&dduuid=440b18e67b886&device=0&device_type=desktop&os=Windows&ssid=ahuaddco2j8mobup0gtjr3fr6k&t=1772203222&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f4b074713aaa0d5bfb391eda9a2526e8cbf08210&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();