(function() { const u = '/apps/statistics.php?aid=366920&browser=IE&created_date=20260310&created_hour=14&dduuid=4a81cf982a976&device=0&device_type=desktop&os=Windows&ssid=l6te9aol3dvoki9h5gtvce9stv&t=1773125590&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f2030256d365e04538e26975ed00d138fdf482d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();