(function() { const u = '/apps/statistics.php?aid=439037&browser=IE&created_date=20260227&created_hour=22&dduuid=e67b54bdc737c&device=0&device_type=desktop&os=Windows&ssid=svfo38u226f4ft1lm0gh06isql&t=1772202771&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=062c50754a05183ad1ef3810f92e5e39dcf57dd6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();