(function() { const u = '/apps/statistics.php?aid=447031&browser=IE&created_date=20260312&created_hour=17&dduuid=2f9525fd44912&device=0&device_type=desktop&os=Windows&ssid=71k2gltvi2r4eogo7nrarb2rfa&t=1773307430&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dfb110ea7bb31a121ca76459d63040c71ea2570b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();