(function() { const u = '/apps/statistics.php?aid=446895&browser=IE&created_date=20260226&created_hour=11&dduuid=3cb582afde614&device=0&device_type=desktop&os=Windows&ssid=rii9fcuekfnla45lkrbah7atc5&t=1772077879&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c968e7fbd1338d07bdd14ff2a9cce794a4a76196&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();