(function() { const u = '/apps/statistics.php?aid=456227&browser=IE&created_date=20260225&created_hour=06&dduuid=67bb5821d72a8&device=0&device_type=desktop&os=Windows&ssid=4fvcuuipgsjqu7hf7p0t4etat3&t=1771972859&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a3ac81f4496510bc2a7e09f4d7501fca7300dd6d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();