(function() { const u = '/apps/statistics.php?aid=399353&browser=IE&created_date=20260129&created_hour=11&dduuid=4b9c60e48b82b&device=0&device_type=desktop&os=Windows&ssid=n5gmab4lqddb774tq5bvsolrio&t=1769658637&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e74f9aa0e91ea523050c16698d2d957eed6f7cd4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();