(function() { const u = '/apps/statistics.php?aid=17519&browser=IE&created_date=20260303&created_hour=23&dduuid=1adbc2219cb1d&device=0&device_type=desktop&os=Windows&ssid=su5g4r8djrghqp73fclobhtqae&t=1772550814&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9c196a0c34badd175bae8c9534fd489845ce3ed9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();