(function() { const u = '/apps/statistics.php?aid=208933&browser=IE&created_date=20251229&created_hour=15&dduuid=8dd38ddbb5282&device=0&device_type=desktop&os=Windows&ssid=j31m1i68382cdfcruqtnn9eud0&t=1766992700&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8cec5ed9a02130096321baf199ca95edae749bd1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();