(function() { const u = '/apps/statistics.php?aid=455335&browser=IE&created_date=20260310&created_hour=15&dduuid=2692a0574fe09&device=0&device_type=desktop&os=Windows&ssid=gbsojrbmnvnch07rlmvjmt57s5&t=1773128680&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e7306a875c6e403352e82a5f05cbecbb47e0099e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();