(function() { const u = '/apps/statistics.php?aid=448508&browser=IE&created_date=20260308&created_hour=10&dduuid=66d85df117a9d&device=0&device_type=desktop&os=Windows&ssid=etdq9pllah6391qe3hat9tsr8t&t=1772936741&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fd9b3e5fd22229c44249d5f43c561e6e817abeb6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();