(function() { const u = '/apps/statistics.php?aid=424831&browser=IE&created_date=20260124&created_hour=16&dduuid=c06a24124bcd6&device=0&device_type=desktop&os=Windows&ssid=bldn8jq5turaidb7tj62v7qi9d&t=1769245029&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a64fdab7a6cb0d163efdb4696282cc4ffc4da135&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();