(function() { const u = '/apps/statistics.php?aid=438001&browser=IE&created_date=20260308&created_hour=12&dduuid=afa2085056d47&device=0&device_type=desktop&os=Windows&ssid=vfe1vf1dqpg6mo9lh4cl3h1r5r&t=1772945716&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a61ddbee93300203ff9e6c55bdc97b005a7d82b3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();