(function() { const u = '/apps/statistics.php?aid=439549&browser=IE&created_date=20251226&created_hour=01&dduuid=b395fa0667bfb&device=0&device_type=desktop&os=Windows&ssid=d3454un1q32crmcto58q8oj0p7&t=1766682787&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1d1f4e4e39726346665a0500ee2defb3472f6446&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();