(function() { const u = '/apps/statistics.php?aid=402688&browser=IE&created_date=20260304&created_hour=20&dduuid=b6229ae24ee36&device=0&device_type=desktop&os=Windows&ssid=sgu8rl0lhiit6thi7h21b9fvvp&t=1772628348&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f01e975b440119339810c37e6fc89584dffad19b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();