(function() { const u = '/apps/statistics.php?aid=365071&browser=IE&created_date=20251221&created_hour=14&dduuid=cb2ebe5bf41a9&device=0&device_type=desktop&os=Windows&ssid=jd7uld5qd5canfc69ekmfe6gqu&t=1766297620&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2884f47271845126fb6aa714fe282ac2b1cacaa4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();