(function() { const u = '/apps/statistics.php?aid=404789&browser=IE&created_date=20260315&created_hour=10&dduuid=e8d41a730d704&device=0&device_type=desktop&os=Windows&ssid=qk2oncgoiufdnu0h8bil0lvfho&t=1773541393&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a4b3a2eec5d2f486e1dbfe15eb99b196498ec4a6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();