(function() { const u = '/apps/statistics.php?aid=413831&browser=IE&created_date=20260227&created_hour=10&dduuid=87792d575b16f&device=0&device_type=desktop&os=Windows&ssid=2b928errsm00b41d997gkr5v7a&t=1772157701&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a09d8791ac540f69d3701d541cfceebf616c4074&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();