(function() { const u = '/apps/statistics.php?aid=454682&browser=IE&created_date=20260305&created_hour=01&dduuid=f0ea06fea1de2&device=0&device_type=desktop&os=Windows&ssid=srs6gfg3971t3vf54a9toogc79&t=1772643892&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8b4597cd671198c27e754ff2c96d4994db6856a2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();