(function() { const u = '/apps/statistics.php?aid=209224&browser=IE&created_date=20251228&created_hour=11&dduuid=e3193beadcfa0&device=0&device_type=desktop&os=Windows&ssid=nudmtig43df2njhgjopqpli49u&t=1766892421&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1b69fb5ef3d67cff9eb365a65abb91b4e6a42879&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();