(function() { const u = '/apps/statistics.php?aid=208343&browser=IE&created_date=20260101&created_hour=08&dduuid=a4765f4089885&device=0&device_type=desktop&os=Windows&ssid=16tsgss02q0ruohj8t4eofd6m1&t=1767228905&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6d46974c179360ae1e3b93a973d5749705d50f09&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();