(function() { const u = '/apps/statistics.php?aid=291718&browser=IE&created_date=20260314&created_hour=12&dduuid=c9af93dee29b6&device=0&device_type=desktop&os=Windows&ssid=pqrhdg38d5tpps5c3t3cnthej3&t=1773461070&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b9758b631f29725c391d4854f3ee4e977a47ef44&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();