(function() { const u = '/apps/statistics.php?aid=209683&browser=IE&created_date=20251226&created_hour=13&dduuid=c5615af371d01&device=0&device_type=desktop&os=Windows&ssid=70en7b67vj4f9uuttqdrnuq5sg&t=1766727641&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=669d50adc4baaac43e03c57edfd777f34a680899&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();