(function() { const u = '/apps/statistics.php?aid=431767&browser=IE&created_date=20260312&created_hour=18&dduuid=4dfffc089da68&device=0&device_type=desktop&os=Windows&ssid=atq6vo94k4578lmodd1u9gotf0&t=1773311950&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a36eae982a82533a5678286a45d933016fbf31b1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();