(function() { const u = '/apps/statistics.php?aid=401467&browser=IE&created_date=20260308&created_hour=00&dduuid=b3341f034df29&device=0&device_type=desktop&os=Windows&ssid=89tsf99h9olgeaqaurj1f1r5k2&t=1772899541&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6dd58e652bb36b6df6f0faff8fe576cbc7e08da7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();