(function() { const u = '/apps/statistics.php?aid=446881&browser=IE&created_date=20260121&created_hour=23&dduuid=84d0d9bdfb8ee&device=0&device_type=desktop&os=Windows&ssid=2thee4hvld7d5vs73f5uavflp3&t=1769008815&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=80c839c8fa8fcce4d3e26a0b61d4852512f9e399&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();