(function() { const u = '/apps/statistics.php?aid=346313&browser=IE&created_date=20260313&created_hour=03&dduuid=14f33e1763bb5&device=0&device_type=desktop&os=Windows&ssid=tra6lnbkcapmreauip8fum07gr&t=1773343539&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a93ab3fa0c601d94d1c4282b3f0fcbe46c47c1ae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();