(function() { const u = '/apps/statistics.php?aid=42797&browser=IE&created_date=20251129&created_hour=19&dduuid=8be6b0f43aeec&device=0&device_type=desktop&os=Windows&ssid=pd1ibgo6qanaqps9jprq6d6hjs&t=1764414821&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2e80d3d924949bf279f001e33ca9a83d4eb11d18&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();