(function() { const u = '/apps/statistics.php?aid=4071&browser=IE&created_date=20260122&created_hour=15&dduuid=ce0efec266687&device=0&device_type=desktop&os=Windows&ssid=1htp6up1tm0lni9srm880fui8p&t=1769068202&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4adbbe499bea4856d46e883033e982fe16317e69&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();