(function() { const u = '/apps/statistics.php?aid=452569&browser=IE&created_date=20260306&created_hour=13&dduuid=40a16991729ac&device=0&device_type=desktop&os=Windows&ssid=u0c1vq5i71pv35940o6qtid9pr&t=1772775549&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=32b4d7fad87e4abfa960ca869757a5b2280f792d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();