(function() { const u = '/apps/statistics.php?aid=448694&browser=IE&created_date=20260308&created_hour=09&dduuid=e56044b731cff&device=0&device_type=desktop&os=Windows&ssid=sgbljvrgk5ei4e8dubp09p0dn9&t=1772932220&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dd4b19c1a14e176f19bb216048609aa24cde48ff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();