(function() { const u = '/apps/statistics.php?aid=454995&browser=IE&created_date=20260312&created_hour=13&dduuid=975a7c6c01a86&device=0&device_type=desktop&os=Windows&ssid=898j5v97n23p4auo4tk5l5f3ns&t=1773294267&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3562696df96187acc36c07874bb65024a0edae54&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();