(function() { const u = '/apps/statistics.php?aid=401014&browser=IE&created_date=20260311&created_hour=21&dduuid=63afd4dc5f530&device=0&device_type=desktop&os=Windows&ssid=vja58p6ht5056j638c83rofssf&t=1773235913&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f8da93cced7a9fead7c5353ebc476c1551c1277&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();