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