(function() { const u = '/apps/statistics.php?aid=435148&browser=IE&created_date=20260224&created_hour=11&dduuid=90f8a1c3b38bf&device=0&device_type=desktop&os=Windows&ssid=riern9hc8klso1agatpbq8vhum&t=1771905152&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0dd1d05efd52f4d71703b11e3740f41c21ebaba5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();