(function() { const u = '/apps/statistics.php?aid=213646&browser=IE&created_date=20260125&created_hour=12&dduuid=859821ead20a0&device=0&device_type=desktop&os=Windows&ssid=vrrsgfivnn41mtbb000u0gp606&t=1769315479&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5379f38151c08314f088b3781e7fc726f9769686&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();