(function() { const u = '/apps/statistics.php?aid=93229&browser=IE&created_date=20260303&created_hour=12&dduuid=0d20081eaa110&device=0&device_type=desktop&os=Windows&ssid=i3ru1ttac1kaq9iqmr2jis3p7t&t=1772513114&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0ba369f38c86b096eb5e7673ac1b07c10e6b0d64&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();