(function() { const u = '/apps/statistics.php?aid=402580&browser=IE&created_date=20260126&created_hour=09&dduuid=2ea7c7b8e6776&device=0&device_type=desktop&os=Windows&ssid=1e27af2gmv4elgtrlv33i5uisp&t=1769391867&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0263d0989e8616b18c4e54a9e54d85922b38d0bf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();