(function() { const u = '/apps/statistics.php?aid=455436&browser=IE&created_date=20260225&created_hour=10&dduuid=df7aace7bc349&device=0&device_type=desktop&os=Windows&ssid=v7b609a6kp1e9q96hf5mphg4be&t=1771986889&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e9cddd677b6ecd1fd4314775aa68e23c4bcf58ab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();