(function() { const u = '/apps/statistics.php?aid=334345&browser=IE&created_date=20260307&created_hour=12&dduuid=b7b8f2156c14a&device=0&device_type=desktop&os=Windows&ssid=362hl90v8nfnt55k78809h9vgm&t=1772859158&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7f07ef47d037523a3d6889cfcae766570e8af0a5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();