(function() { const u = '/apps/statistics.php?aid=440911&browser=IE&created_date=20260304&created_hour=00&dduuid=2e5925de1dc72&device=0&device_type=desktop&os=Windows&ssid=1v90pkpdomglr8hs8r2v4hh0un&t=1772555323&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=deda7cd9bd2e60cc81b83a5651d820d840def892&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();