(function() { const u = '/apps/statistics.php?aid=411665&browser=IE&created_date=20260227&created_hour=10&dduuid=dce5fb77c9c51&device=0&device_type=desktop&os=Windows&ssid=0kf436h28a4tqog6nlito7c46h&t=1772158593&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7294090e9ddf1acbe6a73e8b8f2a506db8fa50af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();