(function() { const u = '/apps/statistics.php?aid=12539&browser=IE&created_date=20260120&created_hour=14&dduuid=ac308c565b8eb&device=0&device_type=desktop&os=Windows&ssid=r13rnnp0nngkbn20db891159si&t=1768889927&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=91172c3dc537188fc2e83a611d495197a65af8a7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();