(function() { const u = '/apps/statistics.php?aid=208512&browser=IE&created_date=20251231&created_hour=15&dduuid=ff1cc891ab90c&device=0&device_type=desktop&os=Windows&ssid=711nmj0q2vpqh46pfn8r2rsonv&t=1767167260&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d6bba05b9fd561e19b45fcec922c3db21b18b63&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();