(function() { const u = '/apps/statistics.php?aid=606&browser=IE&created_date=20260317&created_hour=00&dduuid=317d9e8a0a56f&device=0&device_type=desktop&os=Windows&ssid=efpsdhp5c6rochm49usa1o4m6j&t=1773677035&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f639b2ebf630ed491884ced517b2cd0049627a41&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();