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