(function() { const u = '/apps/statistics.php?aid=207673&browser=IE&created_date=20260110&created_hour=02&dduuid=c8eaaa3a4e492&device=0&device_type=desktop&os=Windows&ssid=buu10t8ecuev3b8kp633mvc0ap&t=1767981947&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b24bc4b5374719fc2676bf8300c88dd5772ca19c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();