(function() { const u = '/apps/statistics.php?aid=74503&browser=IE&created_date=20260310&created_hour=14&dduuid=192a02d716cb4&device=0&device_type=desktop&os=Windows&ssid=vrsjauahaf2blf91jsv2an41mo&t=1773122547&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c7f47a6abe9b7e6bac7ce182d6dcbded24ab8a4f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();