(function() { const u = '/apps/statistics.php?aid=365080&browser=IE&created_date=20251221&created_hour=12&dduuid=351d32a4191df&device=0&device_type=desktop&os=Windows&ssid=a6mh8n9kfifi75jba7ioiqaql9&t=1766292451&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=59fe1cb7e36ebea8bfe6f614e77b753ad4c7d335&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();