(function() { const u = '/apps/statistics.php?aid=453035&browser=IE&created_date=20260312&created_hour=08&dduuid=fb461190d99cc&device=0&device_type=desktop&os=Windows&ssid=una4poarsdpeu7vsdb7jdqri9k&t=1773275284&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a275df92f53f885a6da50f3731b8041f579126aa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();