(function() { const u = '/apps/statistics.php?aid=455080&browser=IE&created_date=20260310&created_hour=23&dduuid=a9b20afbaaee8&device=0&device_type=desktop&os=Windows&ssid=s669h1rcj0839k3g1ta890i1vb&t=1773155732&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=93efd93f58fb7c54574d5fbc03967028105975bd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();