(function() { const u = '/apps/statistics.php?aid=424818&browser=IE&created_date=20251127&created_hour=11&dduuid=00d0d85bf8700&device=0&device_type=desktop&os=Windows&ssid=v19r8fehvo3hvmhfkefh97ddp1&t=1764213747&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=60f3afdc68d86b9bbc14368b5e54881ecb4e27e4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();