(function() { const u = '/apps/statistics.php?aid=433554&browser=IE&created_date=20260124&created_hour=18&dduuid=f5c676c9d812d&device=0&device_type=desktop&os=Windows&ssid=bsdodnvhamkq2fap16731ojq2r&t=1769251629&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aa50f8c30dc4e51554add40220a8c8dae67a1f57&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();