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