(function() { const u = '/apps/statistics.php?aid=57803&browser=IE&created_date=20260122&created_hour=00&dduuid=864f58f1d7235&device=0&device_type=desktop&os=Windows&ssid=n7c6kmsinnk1l1jeb8657mi0s3&t=1769012350&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4364334a114681d94db095a89c59048691873224&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();