(function() { const u = '/apps/statistics.php?aid=424808&browser=IE&created_date=20260315&created_hour=19&dduuid=51114b0c2c5fe&device=0&device_type=desktop&os=Windows&ssid=kkaggk6hie81bvb72nd20de708&t=1773575815&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=18ffcc56b9e732a31557802eab2015e3932b542d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();