(function() { const u = '/apps/statistics.php?aid=421147&browser=IE&created_date=20260103&created_hour=00&dduuid=26a887598123f&device=0&device_type=desktop&os=Windows&ssid=7s078liheipub66vavim1tkqa4&t=1767369892&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e48f573b3ebe2b690219260d3f1a26eaa93e1a5f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();