(function() { const u = '/apps/statistics.php?aid=260614&browser=IE&created_date=20260316&created_hour=03&dduuid=3b78316297949&device=0&device_type=desktop&os=Windows&ssid=fc8b51hob6lqfnji5315ng0ls2&t=1773604457&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a5397c4a7d53ecd5effe6cdb988029c3697d0dd9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();