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