(function() { const u = '/apps/statistics.php?aid=430240&browser=IE&created_date=20260118&created_hour=09&dduuid=1ea0b2a39010e&device=0&device_type=desktop&os=Windows&ssid=nldqghanlq4ll6980214uagvvh&t=1768700604&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=853e7d8f625caf58e144ed2d488f07601248590d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();