(function() { const u = '/apps/statistics.php?aid=207609&browser=IE&created_date=20260112&created_hour=15&dduuid=979f806a80f59&device=0&device_type=desktop&os=Windows&ssid=1lde1eeeqdugnm9hmact5lsrd7&t=1768201243&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c8576473ef569a2ef7e5f496f0438e36b6ea8a40&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();