(function() { const u = '/apps/statistics.php?aid=20&browser=IE&created_date=20260323&created_hour=10&dduuid=1f1e6e4e55be8&device=0&device_type=desktop&os=Windows&ssid=nih2t7lbnbrem2cc25n0ieih5c&t=1774232399&typeid=5&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8282c9845c47b8fcce9ae03c5042b64939cc6bcf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();