(function() { const u = '/apps/statistics.php?aid=201463&browser=IE&created_date=20260130&created_hour=08&dduuid=8d632ef2f09e1&device=0&device_type=desktop&os=Windows&ssid=aceup54tqprqnb7kdd0oj5ea4a&t=1769734290&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=217326c0874a4139a7d9ffed70b3a8182ff9bacd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();