(function() { const u = '/apps/statistics.php?aid=337962&browser=IE&created_date=20260225&created_hour=14&dduuid=da6e64e50b770&device=0&device_type=desktop&os=Windows&ssid=brs69drg6sdjd9qejihc9o6l3v&t=1772001351&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=096ff91fbe10e9e2e4a94c7ad90be1c9434fe9b4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();