(function() { const u = '/apps/statistics.php?aid=167079&browser=IE&created_date=20251126&created_hour=07&dduuid=6304f1361bbb5&device=0&device_type=desktop&os=Windows&ssid=ec0hu76v6c9v9rjtuqcta2ufu3&t=1764112362&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a041451625fcdc0dfa2c2eb6f5ab4281b2a246ee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();