(function() { const u = '/apps/statistics.php?aid=442778&browser=IE&created_date=20260317&created_hour=00&dduuid=0fac616c86c99&device=0&device_type=desktop&os=Windows&ssid=lss75efivluk44c8jh5ismipd7&t=1773677634&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b049a45a5d703afd8f118a213754805352bc42d5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();