(function() { const u = '/apps/statistics.php?aid=451557&browser=IE&created_date=20260307&created_hour=09&dduuid=82b704874180d&device=0&device_type=desktop&os=Windows&ssid=2os58f7l0m545l8ource9hqjjg&t=1772846796&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c384ec72fa86b87dbf06c60bd641958e760c179b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();