(function() { const u = '/apps/statistics.php?aid=453004&browser=IE&created_date=20260225&created_hour=03&dduuid=9b94e3f29b8e0&device=0&device_type=desktop&os=Windows&ssid=ap7shi7gq63olksc249veuldsh&t=1771959683&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2a8b600caf08f86ed24c3574ebcec9002abe8b9e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();