(function() { const u = '/apps/statistics.php?aid=439595&browser=IE&created_date=20260318&created_hour=18&dduuid=aff1208f7e6fc&device=0&device_type=desktop&os=Windows&ssid=ob1l0mlmone5db6f8ssk9aq49j&t=1773830132&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=14f759ea89575d2964c094d8d46c1c7239a475f2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();