(function() { const u = '/apps/statistics.php?aid=455009&browser=IE&created_date=20260224&created_hour=13&dduuid=946ca97647b3d&device=0&device_type=desktop&os=Windows&ssid=dki0tuq9hs0iomfsm50sh5rql4&t=1771909911&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=31de857a76f5f7cfd80df8c88601a5830efcb04e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();