(function() { const u = '/apps/statistics.php?aid=88374&browser=IE&created_date=20260223&created_hour=22&dduuid=b97d9a4600787&device=0&device_type=desktop&os=Windows&ssid=pt9otsmbk32165g7agtkdhqg4a&t=1771856600&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e93f2f4e2fe69984ab9aa07cf755f1707b59c4d4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();