(function() { const u = '/apps/statistics.php?aid=84084&browser=IE&created_date=20260122&created_hour=04&dduuid=801338aefb799&device=0&device_type=desktop&os=Windows&ssid=vm04sv5lo2a64547sh1n92f0hv&t=1769026325&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9e289d50d92a3824920a7ea389ef56ce3dbfae84&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();