(function() { const u = '/apps/statistics.php?aid=395841&browser=IE&created_date=20260201&created_hour=00&dduuid=56e0faccefc9c&device=0&device_type=desktop&os=Windows&ssid=qdh7pe2ut87adgs39l6a6vlmur&t=1769878358&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=01eacdefa97450d80ff77dd638c73012224a6fe5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();