(function() { const u = '/apps/statistics.php?aid=385205&browser=IE&created_date=20260311&created_hour=08&dduuid=405dd93665286&device=0&device_type=desktop&os=Windows&ssid=208c9037do4j551an83l9lpbev&t=1773187652&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eb6e740208df9f1e986c134ebacfe41070a437f8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();