(function() { const u = '/apps/statistics.php?aid=42800&browser=IE&created_date=20251219&created_hour=01&dduuid=c60d6b93a612a&device=0&device_type=desktop&os=Windows&ssid=j088c0b4poatbe54ejh9spmci3&t=1766078123&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=36f4fdf163d122cc89aa43c5023b1b4af38ddc69&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();