(function() { const u = '/apps/statistics.php?aid=452860&browser=IE&created_date=20260224&created_hour=18&dduuid=206c9d3661374&device=0&device_type=desktop&os=Windows&ssid=8n69sa93p524ov811f0bh6h5f8&t=1771927932&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0f07dcd0fd3f89a37840a1ac5d1fcf14504f8648&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();