(function() { const u = '/apps/statistics.php?aid=447261&browser=IE&created_date=20260121&created_hour=20&dduuid=bd07099402461&device=0&device_type=desktop&os=Windows&ssid=u689ajmkoielbilvbggmldjuq3&t=1768997533&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d601b2555dba9a0ecefeef7f5160d269bd7c389b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();