(function() { const u = '/apps/statistics.php?aid=454453&browser=IE&created_date=20260201&created_hour=01&dduuid=942b02f4862cc&device=0&device_type=desktop&os=Windows&ssid=89pml1apk60vb6j595a1e4kh2m&t=1769880976&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4fb6832c911340a488dfeb07c88eb48907aedc79&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();