(function() { const u = '/apps/statistics.php?aid=207990&browser=IE&created_date=20260102&created_hour=17&dduuid=e9e392242f7fe&device=0&device_type=desktop&os=Windows&ssid=tdsan9q9lhj5gp75odd933rp23&t=1767346778&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f3e3f09377c0be419fefd04811cd598e4e5b3c23&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();