(function() { const u = '/apps/statistics.php?aid=407028&browser=IE&created_date=20260123&created_hour=06&dduuid=2c9e52d8f8c89&device=0&device_type=desktop&os=Windows&ssid=m2tc06a8fia8hin8j8met3tu2q&t=1769121645&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0de0fdbb957d7b9f70c00d47655278ee03192d1e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();