(function() { const u = '/apps/statistics.php?aid=403973&browser=IE&created_date=20260304&created_hour=19&dduuid=32863df41a797&device=0&device_type=desktop&os=Windows&ssid=der8m60m620031thlm5tbs40c3&t=1772622647&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=61ef7107e839bb974e8f67dbd8fba6d6c87db1bd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();