(function() { const u = '/apps/statistics.php?aid=426708&browser=IE&created_date=20260224&created_hour=19&dduuid=6b37ef769895d&device=0&device_type=desktop&os=Windows&ssid=3lrc8tcbsvm6s7hsjpc861160l&t=1771932953&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0c8c710660306f6ac28c44bf752230c793ac57c7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();