(function() { const u = '/apps/statistics.php?aid=228700&browser=IE&created_date=20260123&created_hour=01&dduuid=933b576febee4&device=0&device_type=desktop&os=Windows&ssid=gbds3reebpqjirjf1uv56q7au8&t=1769101817&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=52526e39af9b23a4727dc5e9e4cda0ff235e0c40&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();