(function() { const u = '/apps/statistics.php?aid=447892&browser=IE&created_date=20260310&created_hour=14&dduuid=2ca2bd79f9cc6&device=0&device_type=desktop&os=Windows&ssid=ctftul6vvmfqn2c2dq760ctf1v&t=1773123154&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=30ca2f541f0ff83a415dedb95c530736c3cbb5d1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();