(function() { const u = '/apps/statistics.php?aid=425245&browser=IE&created_date=20260127&created_hour=02&dduuid=0a76a73ac160b&device=0&device_type=desktop&os=Windows&ssid=lf49c8ccd0rbme6bu102cruoom&t=1769452485&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ee8e50f084bcfc0cdab843733f3dacc5c56bda51&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();