(function() { const u = '/apps/statistics.php?aid=439855&browser=IE&created_date=20260316&created_hour=17&dduuid=09090e54bafe3&device=0&device_type=desktop&os=Windows&ssid=29g5m816mtp4to399mr21sdta4&t=1773651838&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d2c7cd97c9411af345b2256e9ffcb6f65eb28f82&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();