(function() { const u = '/apps/statistics.php?aid=402084&browser=IE&created_date=20260316&created_hour=17&dduuid=d403bd1846538&device=0&device_type=desktop&os=Windows&ssid=o2a14g1ddc263q6ulc6qmamid0&t=1773653718&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=556da14b6aa89ed89e3c20fa23d0d1a908c1d0e9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();