(function() { const u = '/apps/statistics.php?aid=213664&browser=IE&created_date=20260313&created_hour=06&dduuid=6ead6aa2f53ec&device=0&device_type=desktop&os=Windows&ssid=0fp1dugnk3pvb1mb0io815oidp&t=1773353120&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b632dc833af093f2a1dfcc47da7e15eb685b6dfd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();