(function() { const u = '/apps/statistics.php?aid=450735&browser=IE&created_date=20260225&created_hour=18&dduuid=81a707491a480&device=0&device_type=desktop&os=Windows&ssid=6a78fhfc30v4k527icdtqfc2dg&t=1772016996&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2f0433d750b2d75d6953b31a78c90aaa0954d078&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();