(function() { const u = '/apps/statistics.php?aid=11669&browser=IE&created_date=20251129&created_hour=22&dduuid=b3f97b11328de&device=0&device_type=desktop&os=Windows&ssid=irpg5t8tou0bc3mlkok5biabnd&t=1764427890&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7f1551140eff135ebebb90f86650bd1d2e30f4a1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();