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