(function() { const u = '/apps/statistics.php?aid=454218&browser=IE&created_date=20260311&created_hour=05&dduuid=b7ea0773aabfe&device=0&device_type=desktop&os=Windows&ssid=v75ib4b169igu2ufujtimtost4&t=1773177546&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5eb5b6c14a0d13f9ec643f766de94205648ffac5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();