(function() { const u = '/apps/statistics.php?aid=424839&browser=IE&created_date=20251126&created_hour=07&dduuid=9c27cf9654fc4&device=0&device_type=desktop&os=Windows&ssid=crmjhu7sodg3uc4ui7pl24ue91&t=1764112360&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ce672fd0b693913272f339fa8fe66b49e2f74b88&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();