(function() { const u = '/apps/statistics.php?aid=448479&browser=IE&created_date=20260311&created_hour=11&dduuid=c597062cb549d&device=0&device_type=desktop&os=Windows&ssid=498lt1e6ruo2pc8t15s1g9g8j4&t=1773199020&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9d72c8769df8f6c66169e27cebd9a42adca612d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();