(function() { const u = '/apps/statistics.php?aid=438679&browser=IE&created_date=20260112&created_hour=09&dduuid=c30cc7ed2c858&device=0&device_type=desktop&os=Windows&ssid=1ot4c4nqg4u7r19pl6rrbgalns&t=1768179880&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0c0c80d5540e97d910b2da6cbf80a62d4c002337&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();