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