(function() { const u = '/apps/statistics.php?aid=324443&browser=IE&created_date=20260307&created_hour=15&dduuid=577944225988f&device=0&device_type=desktop&os=Windows&ssid=f54ri2b40h1k03gd548rodak6h&t=1772868251&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9826775ac9826067fe4eb3a5a28094ddfd1001b7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();