(function() { const u = '/apps/statistics.php?aid=143904&browser=IE&created_date=20260124&created_hour=00&dduuid=470a0df71304a&device=0&device_type=desktop&os=Windows&ssid=n0r1ggghj06pe43a3sru2feuaj&t=1769184703&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5551384957fa65038aa89d9cb2f8c82638e3c582&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();