(function() { const u = '/apps/statistics.php?aid=448613&browser=IE&created_date=20260308&created_hour=14&dduuid=b61f2a31847b6&device=0&device_type=desktop&os=Windows&ssid=634a5ulehl0umrdhgeuqvr20er&t=1772949745&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a8faa00d82a7221ce4e315a55bbe738ac648ae40&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();