(function() { const u = '/apps/statistics.php?aid=446147&browser=IE&created_date=20260121&created_hour=00&dduuid=fd163a0176c47&device=0&device_type=desktop&os=Windows&ssid=8u8od3c6eqh39lqj1ov4q5ps83&t=1768926604&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8949a2791a77bbc4fd40f060a066f1ffce710308&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();