(function() { const u = '/apps/statistics.php?aid=208497&browser=IE&created_date=20251231&created_hour=17&dduuid=76280f881849b&device=0&device_type=desktop&os=Windows&ssid=1q2dfkjbbnhbqihuk93qun9dl7&t=1767173792&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=20191217157a4c8a7d96d1ad54f1f5bd2d230022&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();