(function() { const u = '/apps/statistics.php?aid=23116&browser=IE&created_date=20260305&created_hour=06&dduuid=4b9c8b4b747f9&device=0&device_type=desktop&os=Windows&ssid=3tgd89d6f850c8cpulsve8qc74&t=1772662156&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=93de8e5cccb4486b3c15610be1e8acb6152a9368&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();