(function() { const u = '/apps/statistics.php?aid=213705&browser=IE&created_date=20260123&created_hour=01&dduuid=0124ed7f7c574&device=0&device_type=desktop&os=Windows&ssid=s9a39kpm5uugnqsm52qfrmqb8j&t=1769101514&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ecc622485e2fc81eb76868b8cf3854f2a60139bc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();