(function() { const u = '/apps/statistics.php?aid=437515&browser=IE&created_date=20260315&created_hour=16&dduuid=40cd7b3b60775&device=0&device_type=desktop&os=Windows&ssid=fl2d1p5risp371b8psubdn5pe7&t=1773562712&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ccd98068113f91db21983afd50a7e1318a0ca958&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();