(function() { const u = '/apps/statistics.php?aid=380587&browser=IE&created_date=20260305&created_hour=10&dduuid=16b6ecc90f8bc&device=0&device_type=desktop&os=Windows&ssid=512g1r07e0um6lr4c11pit96sb&t=1772677196&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7a04f09df90c536d2f9e3e2751d052a91c99c45e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();