(function() { const u = '/apps/statistics.php?aid=343295&browser=IE&created_date=20251221&created_hour=16&dduuid=bbc325f38ac01&device=0&device_type=desktop&os=Windows&ssid=9c05gi1ef1q9oprs2mhlkvgi6b&t=1766304875&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bfc2f680b973444906ba29b99b860241e33d6c65&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();