(function() { const u = '/apps/statistics.php?aid=413832&browser=IE&created_date=20260307&created_hour=21&dduuid=97d642f93c40c&device=0&device_type=desktop&os=Windows&ssid=2tti1u0u2ka945hfifrmgupcco&t=1772890030&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=616372978e225f518a550e8110a04267532befe3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();