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