(function() { const u = '/apps/statistics.php?aid=78744&browser=IE&created_date=20260311&created_hour=00&dduuid=cc4fbc6e46c42&device=0&device_type=desktop&os=Windows&ssid=1iuanv254rl8f8454ulrcefuh4&t=1773161775&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d0b5d1efef864effce6ef60b8fe05376b4f6bda6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();