(function() { const u = '/apps/statistics.php?aid=208203&browser=IE&created_date=20260101&created_hour=21&dduuid=a4a20b55957bf&device=0&device_type=desktop&os=Windows&ssid=h497cu3qqedp09dja1ruskf6ma&t=1767275289&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e1cedd1e5ca706eda2eb4b22ea5d938a84f0107&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();