(function() { const u = '/apps/statistics.php?aid=92715&browser=IE&created_date=20260116&created_hour=10&dduuid=49776959264c0&device=0&device_type=desktop&os=Windows&ssid=s8el5meh2rvp1o57sjmjvgfmj2&t=1768531439&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=905f94dbcdd5c964fa9cb0628905f45856acad97&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();