(function() { const u = '/apps/statistics.php?aid=42698&browser=IE&created_date=20260118&created_hour=03&dduuid=0bd0b9800075c&device=0&device_type=desktop&os=Windows&ssid=0lpq4kbq032ldloq2dhqaehq2t&t=1768679269&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=559835ee0a08c6426ecade3ff14d8302a02021e6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();