(function() { const u = '/apps/statistics.php?aid=384168&browser=IE&created_date=20260311&created_hour=07&dduuid=a3cabe2b5da41&device=0&device_type=desktop&os=Windows&ssid=q4lkbsuj57hbl5spj20mt1cpug&t=1773184692&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=36b3539a8e7cbe69868b42dcf28451d0c2c65795&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();