(function() { const u = '/apps/statistics.php?aid=33040&browser=IE&created_date=20260118&created_hour=08&dduuid=125577c0a4bbe&device=0&device_type=desktop&os=Windows&ssid=dsod2aik5tplljrq68m3ki7pfr&t=1768697564&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=997ccb7efc84b1936ff6deef7823e374f9e66606&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();