(function() { const u = '/apps/statistics.php?aid=453506&browser=IE&created_date=20260311&created_hour=07&dduuid=8637d914805a6&device=0&device_type=desktop&os=Windows&ssid=5l0tjbmdjql2o93hbfff8mmja9&t=1773186437&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3dd6e075ddaab0e7fae5b4662cafd588e44cb995&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();