(function() { const u = '/apps/statistics.php?aid=451343&browser=IE&created_date=20260225&created_hour=08&dduuid=773c1fc628d9a&device=0&device_type=desktop&os=Windows&ssid=k02tloluhlqhen62nr7aigml8v&t=1771980643&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b772cc02e9848bb3e33877e1ef205d776eccd50f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();