(function() { const u = '/apps/statistics.php?aid=424653&browser=IE&created_date=20260127&created_hour=16&dduuid=9653153c00d10&device=0&device_type=desktop&os=Windows&ssid=6n3efjft2v6q5a7s945r34fdd2&t=1769501137&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cdd3571000baf4288c37754ef02c09bfcde639db&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();