(function() { const u = '/apps/statistics.php?aid=98833&browser=IE&created_date=20260226&created_hour=05&dduuid=5dc10b2822895&device=0&device_type=desktop&os=Windows&ssid=1d78g20onrm2a16hg31hnqc9ho&t=1772054006&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2fd43af3f764ab89511f71b712df4041e676741e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();