(function() { const u = '/apps/statistics.php?aid=454229&browser=IE&created_date=20260201&created_hour=01&dduuid=a69df880d56a6&device=0&device_type=desktop&os=Windows&ssid=9chil758sselmpl10kcftc6t58&t=1769880977&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e2d6dadefe394bda74551a4be4d978888f35003e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();