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