(function() { const u = '/apps/statistics.php?aid=406737&browser=IE&created_date=20260123&created_hour=11&dduuid=8eca29edd0eaa&device=0&device_type=desktop&os=Windows&ssid=ds3h9mkq538r65r27brgkke83m&t=1769139628&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=54d7c292e0bbcd897bd1352d74802b32b6a3f01c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();