(function() { const u = '/apps/statistics.php?aid=448482&browser=IE&created_date=20260122&created_hour=23&dduuid=73952e4c76781&device=0&device_type=desktop&os=Windows&ssid=9bf5id0etcb895ebn2tem7cbke&t=1769095848&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ca6bff7b8808da267daac2d055983a6550784508&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();