(function() { const u = '/apps/statistics.php?aid=47099&browser=IE&created_date=20260124&created_hour=15&dduuid=eb5ab8d493395&device=0&device_type=desktop&os=Windows&ssid=n7i5f4hafaa7ip1323mrciebj4&t=1769240615&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bddb522634a2e681a6e0a33f3387f882f8762f57&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();