(function() { const u = '/apps/statistics.php?aid=42751&browser=IE&created_date=20260228&created_hour=03&dduuid=dabc9c9fa4751&device=0&device_type=desktop&os=Windows&ssid=jub6vtrru3ct0eclhb8ao66gh8&t=1772222081&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7eaa465a7217c5391c2144787495a84a66c57b60&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();