(function() { const u = '/apps/statistics.php?aid=141&browser=IE&created_date=20260122&created_hour=13&dduuid=58fd189a0a8f4&device=0&device_type=desktop&os=Windows&ssid=5gkut48m2q1vqnnprp8anp9sm5&t=1769058016&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=99d0687304950f64a3bfebefd4aa71ea2660f0b2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();