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