(function() { const u = '/apps/statistics.php?aid=417141&browser=IE&created_date=20260307&created_hour=23&dduuid=b74209570edcb&device=0&device_type=desktop&os=Windows&ssid=c8m6hesvn8qi33vstm8kbosh1i&t=1772897255&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f56998dbcd9376662e4412fa84b99f80644efbee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();