(function() { const u = '/apps/statistics.php?aid=430061&browser=IE&created_date=20260118&created_hour=13&dduuid=c476eb0e7e759&device=0&device_type=desktop&os=Windows&ssid=ubmh4pn79h8n6j8s8o1l7jnq87&t=1768713130&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=67aa3ccfef9b051d7ed1f07b3e080b1d1b77b50c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();