(function() { const u = '/apps/statistics.php?aid=47117&browser=IE&created_date=20260112&created_hour=17&dduuid=e28b9f10fe33e&device=0&device_type=desktop&os=Windows&ssid=umfdroqdnk7vh73t14s71ua5hi&t=1768210353&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d66a2857be6197b7b8da63fce01dfcaf25702703&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();