(function() { const u = '/apps/statistics.php?aid=276101&browser=IE&created_date=20260223&created_hour=23&dduuid=ffd597197dc39&device=0&device_type=desktop&os=Windows&ssid=sfr1rqfi0l4ar23eblkqqbuv83&t=1771860215&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f156a8679e5cf0983e5931bcd653a579610e3039&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();