(function() { const u = '/apps/statistics.php?aid=445237&browser=IE&created_date=20251222&created_hour=21&dduuid=b84e90b409c30&device=0&device_type=desktop&os=Windows&ssid=ml7htfpstqcnn406pq4bif258m&t=1766408610&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=44dc59ea2f721788ef33a5f3697a151b4f1ceb63&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();