(function() { const u = '/apps/statistics.php?aid=437516&browser=IE&created_date=20260315&created_hour=14&dduuid=d865e8b8e0a92&device=0&device_type=desktop&os=Windows&ssid=4d41jbs8hlt1il4e3361148b30&t=1773557693&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3cb0609e8ed347407600e3d044a2a39bc71f499d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();