(function() { const u = '/apps/statistics.php?aid=398234&browser=IE&created_date=20260301&created_hour=03&dduuid=893f994aa2e63&device=0&device_type=desktop&os=Windows&ssid=6vpkjkj85ogl89485g2ui4rcq2&t=1772306812&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b4d10b4812c03b4a42514ee166f2ded9d2d04230&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();