(function() { const u = '/apps/statistics.php?aid=454653&browser=IE&created_date=20260310&created_hour=14&dduuid=f6c555b7a60f9&device=0&device_type=desktop&os=Windows&ssid=sgk17s2dneceltutqch25if8gp&t=1773123724&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6685f636a45276b307454f901769ffee3fface35&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();