(function() { const u = '/apps/statistics.php?aid=435331&browser=IE&created_date=20260312&created_hour=17&dduuid=829a1e65bda55&device=0&device_type=desktop&os=Windows&ssid=df0renr035febe7rpqb4oqnogf&t=1773306036&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e47fc51b5219e74209dc5149e43f854ba43d47ae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();