(function() { const u = '/apps/statistics.php?aid=443871&browser=IE&created_date=20260313&created_hour=21&dduuid=6086a9830b082&device=0&device_type=desktop&os=Windows&ssid=79n7l1elkno2d54f8b2tf0951i&t=1773409217&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b8ef94a0b0c951bdc39062d8c650244cbb0245ed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();