(function() { const u = '/apps/statistics.php?aid=801&browser=IE&created_date=20260314&created_hour=22&dduuid=b5caeaaf0902a&device=0&device_type=desktop&os=Windows&ssid=s5pj9fs9on17nkgnhp80t56l2k&t=1773498660&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a04de330cf52c66b3ac0df375b3e55716bba1408&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();