(function() { const u = '/apps/statistics.php?aid=441752&browser=IE&created_date=20260308&created_hour=11&dduuid=5357c6dd9cdce&device=0&device_type=desktop&os=Windows&ssid=na0i746s9j79fe7nkg95f1i08l&t=1772942347&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e4c5e9a29224e36f402da3872fe2e8a43ace913d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();