(function() { const u = '/apps/statistics.php?aid=426786&browser=IE&created_date=20260124&created_hour=17&dduuid=ac0513272e6f4&device=0&device_type=desktop&os=Windows&ssid=mi81nveuot70csqflkmn0afg2e&t=1769245386&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d5fb03252b89ebca91cff17603583bf6393bedf4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();