(function() { const u = '/apps/statistics.php?aid=439642&browser=IE&created_date=20260314&created_hour=03&dduuid=291c90119d134&device=0&device_type=desktop&os=Windows&ssid=recbd33ua8nko5hhti388pla4q&t=1773428963&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3a422fdba6e5f46fd2847b938eb03be546590cc4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();