(function() { const u = '/apps/statistics.php?aid=402432&browser=IE&created_date=20260323&created_hour=23&dduuid=8ad008cc22b57&device=0&device_type=desktop&os=Windows&ssid=ak25fmvrcbaol157ie2rk1bjit&t=1774280208&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5dafe9f0beeffa6c07265a3f8acdf0dbb6514be9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();