(function() { const u = '/apps/statistics.php?aid=209641&browser=IE&created_date=20251226&created_hour=17&dduuid=5212df7e63aaa&device=0&device_type=desktop&os=Windows&ssid=81ppsadl51759j6f0n8q5morq1&t=1766742334&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=62c60306e1e6e7b825fa76342c070e11f691058c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();