(function() { const u = '/apps/statistics.php?aid=450203&browser=IE&created_date=20260123&created_hour=06&dduuid=7c4cc64e4b050&device=0&device_type=desktop&os=Windows&ssid=a6vlvi577qsfek9gf9i8ftadmt&t=1769121925&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0e8a24878480a1032d5b8687ba7d5218a75e9f40&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();