(function() { const u = '/apps/statistics.php?aid=54373&browser=IE&created_date=20260111&created_hour=06&dduuid=6e0bd97cbbc1a&device=0&device_type=desktop&os=Windows&ssid=4kp32krg9b63h0vr96csthre4d&t=1768084731&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0e19c5afefea24602495630a0311aa955101d450&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();