(function() { const u = '/apps/statistics.php?aid=455159&browser=IE&created_date=20260305&created_hour=14&dduuid=1f937544d7314&device=0&device_type=desktop&os=Windows&ssid=57373e6rcqp8r2lo48qjnret72&t=1772692013&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=77e06241ce8aef0f5e85face8f03ba6928da9a06&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();