(function() { const u = '/apps/statistics.php?aid=455011&browser=IE&created_date=20260312&created_hour=12&dduuid=dfce996f74654&device=0&device_type=desktop&os=Windows&ssid=i20adt2jmtdvqtgi7uupc46sfd&t=1773289266&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d61794286b2df2fce4758ba2b70317edb7e6f3d2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();