(function() { const u = '/apps/statistics.php?aid=428620&browser=IE&created_date=20260120&created_hour=18&dduuid=160d5e400d687&device=0&device_type=desktop&os=Windows&ssid=27f9m4gbrqclrd2j2ognhec8hi&t=1768905476&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f0374667cf8060bec254c40232736ba255301954&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();