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