(function() { const u = '/apps/statistics.php?aid=450610&browser=IE&created_date=20260225&created_hour=18&dduuid=b2d22ea368c5b&device=0&device_type=desktop&os=Windows&ssid=g9sdgsi8308pb505m8pc387i9e&t=1772015454&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d9438991557287d94d361bd822727fce2c2d09af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();