(function() { const u = '/apps/statistics.php?aid=206902&browser=IE&created_date=20251225&created_hour=14&dduuid=955800163f234&device=0&device_type=desktop&os=Windows&ssid=g9s7fve1co367f2qmt0eks69o3&t=1766644309&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8d7be241230f7f5bad0a6c9000d83f7e40ef1761&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();