(function() { const u = '/apps/statistics.php?aid=334342&browser=IE&created_date=20260307&created_hour=13&dduuid=cfef5431e1832&device=0&device_type=desktop&os=Windows&ssid=s6qeg011rpvrsjqdnb5mmkg992&t=1772860222&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dd45220def2ec930db4b586b463ab160002488f2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();