(function() { const u = '/apps/statistics.php?aid=17635&browser=IE&created_date=20260316&created_hour=19&dduuid=9797f841593e4&device=0&device_type=desktop&os=Windows&ssid=o6j51gk51a20d0vovc84i2gnbg&t=1773658945&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b66ee8985b5665c99a3a02b4d8312439a6942133&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();