(function() { const u = '/apps/statistics.php?aid=383683&browser=IE&created_date=20251218&created_hour=16&dduuid=4fef73afcd33a&device=0&device_type=desktop&os=Windows&ssid=q1cqors1b698ef6ae3odnrve6j&t=1766045501&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4a19b04f844b35520b02fb5f75afe06f933dcd33&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();