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