(function() { const u = '/apps/statistics.php?aid=262600&browser=IE&created_date=20260308&created_hour=07&dduuid=398b2a6e0ae4a&device=0&device_type=desktop&os=Windows&ssid=q2g85cu0malv15ca5v63frsk52&t=1772926631&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2467c7b21c187c6796a5296f74e99d943a9599b6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();