(function() { const u = '/apps/statistics.php?aid=206351&browser=IE&created_date=20251227&created_hour=16&dduuid=dae0ea6684317&device=0&device_type=desktop&os=Windows&ssid=cdoe9a9q8g8e5bt8520rike31i&t=1766825593&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1595b77455cf91cde90dd58602330a83b0204ae2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();