(function() { const u = '/apps/statistics.php?aid=439070&browser=IE&created_date=20260227&created_hour=22&dduuid=b77435f351417&device=0&device_type=desktop&os=Windows&ssid=u3labmhfq81k553aiglg3anb81&t=1772202818&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5c1cbf4b369b0c98b96d9a269b7bf148d2bd8db6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();