(function() { const u = '/apps/statistics.php?aid=454798&browser=IE&created_date=20260305&created_hour=00&dduuid=9c1d9030e29d0&device=0&device_type=desktop&os=Windows&ssid=ib0v41rcf529fb5or90mpchc34&t=1772642541&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=228a0249e4e2856f1afde5c905f51a19f18df9ca&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();