(function() { const u = '/apps/statistics.php?aid=4560&browser=IE&created_date=20251220&created_hour=06&dduuid=7a1768f8c2799&device=0&device_type=desktop&os=Windows&ssid=on09dhgq38j01gr50mtt38hl0v&t=1766185146&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3df4aa406f088a2728c3bd907cf04244861eeba5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();