(function() { const u = '/apps/statistics.php?aid=439627&browser=IE&created_date=20260307&created_hour=15&dduuid=259b42e87e063&device=0&device_type=desktop&os=Windows&ssid=15h0htqni5kq7m7kn6bfg2tidm&t=1772868288&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a509779c4645c971cdd31b17ea3ff89c900e6ed9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();