(function() { const u = '/apps/statistics.php?aid=449798&browser=IE&created_date=20260308&created_hour=00&dduuid=7396cd6d81151&device=0&device_type=desktop&os=Windows&ssid=nf8t67t4q5162sgkan8hivkkh9&t=1772902317&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=40d474e2605bb53fffd7759636dd8ac25cc6e7b3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();