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