(function() { const u = '/apps/statistics.php?aid=4634&browser=IE&created_date=20260314&created_hour=09&dduuid=70720c824d969&device=0&device_type=desktop&os=Windows&ssid=7v5db3cb6g93rk9dds5d62lgj1&t=1773452711&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=90f7e9fc7261884cf4e8bc0d990cdb684df8e5bd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();