(function() { const u = '/apps/statistics.php?aid=270913&browser=IE&created_date=20260314&created_hour=23&dduuid=36f2a593d4f34&device=0&device_type=desktop&os=Windows&ssid=d4fm3nte1i9qoqb0nv1n5di2cn&t=1773501655&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=85486547d9ab42db5ece35606711e07d5625baee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();