(function() { const u = '/apps/statistics.php?aid=430038&browser=IE&created_date=20260118&created_hour=13&dduuid=f55bbceebf0dc&device=0&device_type=desktop&os=Windows&ssid=sedm6775l1l5e66kc1cmumg1io&t=1768714569&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=80db952ec2534811230133414a6dfc93f7212c6e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();