(function() { const u = '/apps/statistics.php?aid=12306&browser=IE&created_date=20260121&created_hour=11&dduuid=a95e3e52187ed&device=0&device_type=desktop&os=Windows&ssid=rjbipofmu10e8usc40ip5s0p6p&t=1768967597&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e0fd378dc987f3cbc0fc542b4dfc8a59ab7b9ab1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();