(function() { const u = '/apps/statistics.php?aid=12375&browser=IE&created_date=20260121&created_hour=06&dduuid=64ff9239e59dd&device=0&device_type=desktop&os=Windows&ssid=mafs26jmv8v971df1rh63tr1el&t=1768947623&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=104fd787d02ea01c17e64de20ccc16894b9da71b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();