(function() { const u = '/apps/statistics.php?aid=428595&browser=IE&created_date=20251231&created_hour=10&dduuid=9d6a70b86666a&device=0&device_type=desktop&os=Windows&ssid=3r9l33gd06hfr9a0cmfe1bpkn1&t=1767147615&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=28a79453292529a4c69df6e184b3c8071423802c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();