(function() { const u = '/apps/statistics.php?aid=208177&browser=IE&created_date=20260101&created_hour=23&dduuid=5ad23512e37f8&device=0&device_type=desktop&os=Windows&ssid=0daiem1sbqdnbmhldrl4aj4lg3&t=1767282644&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=30d058bdad76af6bf7038dc94333c997d650a194&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();