(function() { const u = '/apps/statistics.php?aid=291677&browser=IE&created_date=20260314&created_hour=13&dduuid=431e7104e17af&device=0&device_type=desktop&os=Windows&ssid=ab6ueru1m7h6mfomg9ond473q4&t=1773467382&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4eb4069063682ddfe93c9263958934dbf96c689a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();