(function() { const u = '/apps/statistics.php?aid=439472&browser=IE&created_date=20260305&created_hour=15&dduuid=b4917bc45bbf4&device=0&device_type=desktop&os=Windows&ssid=j1303jj3vp2aaeun9bkp3p03tl&t=1772696836&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e32abf2d44b55e4814509f48f2c558e22955143e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();