(function() { const u = '/apps/statistics.php?aid=396919&browser=IE&created_date=20251224&created_hour=08&dduuid=d6341ec6f649a&device=0&device_type=desktop&os=Windows&ssid=194212omn1inkqn1eg1d7meohl&t=1766537700&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a7fc8d5090ca0cebf11c67794d96d859b7953b5f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();