(function() { const u = '/apps/statistics.php?aid=14723&browser=IE&created_date=20260125&created_hour=08&dduuid=fe7e3a9360151&device=0&device_type=desktop&os=Windows&ssid=q564479csdl46arc9snl8jcrhk&t=1769300760&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=32c3eace086bb8ae4326655a3018a600111d104a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();