(function() { const u = '/apps/statistics.php?aid=431618&browser=IE&created_date=20260115&created_hour=21&dduuid=02dcde34eea8d&device=0&device_type=desktop&os=Windows&ssid=5fvgebfuu4idsc00h60u8vllcu&t=1768484183&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4258a2b0f520250d7894ac4cddbe8449fee4edb8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();