(function() { const u = '/apps/statistics.php?aid=141221&browser=IE&created_date=20260308&created_hour=07&dduuid=723b1d32d04f2&device=0&device_type=desktop&os=Windows&ssid=idhn6pnkr3e4ld3v32l6gnc8e4&t=1772926705&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=91de5c3b5b905ef7ef8d3eb8b052a2bbe3b9c82e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();