(function() { const u = '/apps/statistics.php?aid=448421&browser=IE&created_date=20260122&created_hour=23&dduuid=d7d8841b068b1&device=0&device_type=desktop&os=Windows&ssid=h9g2nsd50bpvf6usj51qa34ssd&t=1769095849&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d0b760f97f8045ada6f7c6c7be527b9c868f6535&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();