(function() { const u = '/apps/statistics.php?aid=346335&browser=IE&created_date=20260313&created_hour=03&dduuid=08b377287f507&device=0&device_type=desktop&os=Windows&ssid=hqaev8b6mftont82gj02phgga6&t=1773342774&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=78ab86cd11a4a1d63237297fafdfa5f60f9fa70b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();