(function() { const u = '/apps/statistics.php?aid=439842&browser=IE&created_date=20260315&created_hour=21&dduuid=d51f97c48a8fe&device=0&device_type=desktop&os=Windows&ssid=mg3vq1oq860acqls545l6eo8pq&t=1773582008&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6b72599fc29f4c3451f543a192225a0059d91862&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();