(function() { const u = '/apps/statistics.php?aid=440046&browser=IE&created_date=20260312&created_hour=10&dduuid=4c227aed6961a&device=0&device_type=desktop&os=Windows&ssid=uvv5n2nmqcj1oi88trb4p99oaf&t=1773281196&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=31480d4740448746fe38dc38161fae4f7064e42a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();