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