(function() { const u = '/apps/statistics.php?aid=452190&browser=IE&created_date=20260225&created_hour=00&dduuid=a7b9c9c82cb04&device=0&device_type=desktop&os=Windows&ssid=79c26ltvrl5s1goi6fum5avolp&t=1771951931&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d048e87a99fba91547c0eab5c12fe8c17858bf69&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();