(function() { const u = '/apps/statistics.php?aid=451468&browser=IE&created_date=20260312&created_hour=09&dduuid=a1ceac0b09d0b&device=0&device_type=desktop&os=Windows&ssid=9jmal9rjbltgiipo67iq7ues9d&t=1773277622&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c3695b15f690279ca00db04dd012f01f224c8c0c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();