(function() { const u = '/apps/statistics.php?aid=438931&browser=IE&created_date=20260316&created_hour=13&dduuid=18df8347f28a1&device=0&device_type=desktop&os=Windows&ssid=df13salld24gvtsh0eo123o341&t=1773638434&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6414ac40aa87a3eb42ffe7599fa5041cef6da0a3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();