(function() { const u = '/apps/statistics.php?aid=440912&browser=IE&created_date=20260311&created_hour=00&dduuid=64fc324b20fde&device=0&device_type=desktop&os=Windows&ssid=8ardp5uq3scuvnfoor8iro8l3j&t=1773161790&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=36cf2a054d13b46ed4c9576a308cc1ac67939fe2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();