(function() { const u = '/apps/statistics.php?aid=403428&browser=IE&created_date=20260125&created_hour=02&dduuid=debf29f04a56e&device=0&device_type=desktop&os=Windows&ssid=01i9n241mjm1gr6dvel3pocreb&t=1769280876&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=947a49cac5866573471530f99e4c3352882547bc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();