(function() { const u = '/apps/statistics.php?aid=311050&browser=IE&created_date=20260313&created_hour=13&dduuid=ced114774100a&device=0&device_type=desktop&os=Windows&ssid=lcop0gpmh4jtv6tfot586s6ir3&t=1773378660&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d63c62eec40b9404c220d5b729549461e5ef262c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();