(function() { const u = '/apps/statistics.php?aid=324823&browser=IE&created_date=20260313&created_hour=17&dduuid=c6903313b09ff&device=0&device_type=desktop&os=Windows&ssid=c22bphqbqc1mvh2q86i9d4f6qk&t=1773392497&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0c2cdf17a98784c98bebe980dcce9dc3268b5337&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();