(function() { const u = '/apps/statistics.php?aid=449133&browser=IE&created_date=20260112&created_hour=22&dduuid=9ac4244f54fbc&device=0&device_type=desktop&os=Windows&ssid=3thg54l4680oe2s6j7juq0har8&t=1768229369&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c68867c17a5ffc8d2cb8f2001870bd7d542d88aa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();