(function() { const u = '/apps/statistics.php?aid=213716&browser=IE&created_date=20260225&created_hour=01&dduuid=186c08c7c4c6b&device=0&device_type=desktop&os=Windows&ssid=8u9ae9iljj0bhsg6o12d1v3lc7&t=1771954927&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e8066739734f536254175e6cf8cb9b230ebee642&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();