(function() { const u = '/apps/statistics.php?aid=439583&browser=IE&created_date=20260304&created_hour=23&dduuid=6c7adca573fc1&device=0&device_type=desktop&os=Windows&ssid=50031tn596t2eqgilri6kfdjfu&t=1772637623&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4790a9afc3f41479cf6730d69998cbc88ef45370&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();