(function() { const u = '/apps/statistics.php?aid=452962&browser=IE&created_date=20260311&created_hour=10&dduuid=5a5d7c830a48b&device=0&device_type=desktop&os=Windows&ssid=76a0r7m9pqdd50t2eeguuun5p1&t=1773197666&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=110eb9befb12dd03f0e06f1c73bac90a099d8582&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();