(function() { const u = '/apps/statistics.php?aid=399046&browser=IE&created_date=20260304&created_hour=02&dduuid=a838b09153777&device=0&device_type=desktop&os=Windows&ssid=337drr95hlggtcik7dt6d3pcek&t=1772563057&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6526a51ba284d69b136f0921e8af016fe01d50bc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();