(function() { const u = '/apps/statistics.php?aid=403285&browser=IE&created_date=20260311&created_hour=12&dduuid=4840cf9705c09&device=0&device_type=desktop&os=Windows&ssid=u70utqlmj0a9j39kuri4snr947&t=1773204545&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4081d2568b8167d53e2bfe2b3bfe87525955c2d7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();