(function() { const u = '/apps/statistics.php?aid=454511&browser=IE&created_date=20260304&created_hour=21&dduuid=5c2223996971c&device=0&device_type=desktop&os=Windows&ssid=h9i9jmts4qchiotkg10qfacunl&t=1772632377&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d4f951f6eefd4f3a34e7fc7aad6a3a53f213d93c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();