(function() { const u = '/apps/statistics.php?aid=104498&browser=IE&created_date=20260227&created_hour=10&dduuid=52efccd39c9e2&device=0&device_type=desktop&os=Windows&ssid=6s2pe9g7mshf7o81qfqnqfirtg&t=1772158521&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5e7fbb2266b2d01047b2df0cdfeafd6a82df8039&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();