(function() { const u = '/apps/statistics.php?aid=208193&browser=IE&created_date=20260101&created_hour=22&dduuid=17655f51ca362&device=0&device_type=desktop&os=Windows&ssid=bi7li3ggc838tfr7c4456ohb0r&t=1767276482&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=45198f3ae2b9afc6a785183170a9b82c1d3cdc82&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();