(function() { const u = '/apps/statistics.php?aid=384211&browser=IE&created_date=20251220&created_hour=05&dduuid=a42583a5b3d49&device=0&device_type=desktop&os=Windows&ssid=pqlqmraunlqaetqrgu47sj7d54&t=1766178530&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5af43edfbb18874e4d1573da8aeefa131de0d5d7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();