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