(function() { const u = '/apps/statistics.php?aid=51632&browser=IE&created_date=20260201&created_hour=20&dduuid=462a7b13b80d8&device=0&device_type=desktop&os=Windows&ssid=6f4bq110os5p986tc15enmf462&t=1769947690&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e0062b7ccc8f6d2d0fba61abfe63eb3384aeeddb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();