(function() { const u = '/apps/statistics.php?aid=113128&browser=IE&created_date=20260308&created_hour=09&dduuid=75fe09ebad6ed&device=0&device_type=desktop&os=Windows&ssid=ih4jq1dha08pn8k9tgjde9pc6s&t=1772932495&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=044709c06b28d816a79258e7132357a9b33651ed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();