(function() { const u = '/apps/statistics.php?aid=432108&browser=IE&created_date=20260113&created_hour=06&dduuid=aa4aa23e8aacf&device=0&device_type=desktop&os=Windows&ssid=f3cppae56nmah08d1stc8slt32&t=1768257185&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=339fe402e15ed87e604671d4042cb1a04826f986&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();