(function() { const u = '/apps/statistics.php?aid=435318&browser=IE&created_date=20260313&created_hour=11&dduuid=bc6c26ab01b22&device=0&device_type=desktop&os=Windows&ssid=f26kil13l59od5cb5rmku77aus&t=1773373842&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c4523244d809c356682eb9d676ff32628f18ec54&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();