(function() { const u = '/apps/statistics.php?aid=451344&browser=IE&created_date=20260312&created_hour=13&dduuid=3d115001e3c17&device=0&device_type=desktop&os=Windows&ssid=o7eq3j24hajp22bpbd02fp6ft7&t=1773294433&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2207f29c7569d770e1fa2b47cb05b27ac4dc20f8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();