(function() { const u = '/apps/statistics.php?aid=365072&browser=IE&created_date=20251221&created_hour=14&dduuid=f91fbee128e09&device=0&device_type=desktop&os=Windows&ssid=0h9o8t3st5b0lvinpcftndsggu&t=1766297676&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0456b01fd6fc4b8b472aab43953d0323d8651306&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();