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