(function() { const u = '/apps/statistics.php?aid=342834&browser=IE&created_date=20260312&created_hour=23&dduuid=b8e50212f8a98&device=0&device_type=desktop&os=Windows&ssid=hnev3qpk30fes5nrtoofogb26g&t=1773328209&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=283d4e10f35e7d36428a14c84bb59284c9797289&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();