(function() { const u = '/apps/statistics.php?aid=411667&browser=IE&created_date=20260206&created_hour=05&dduuid=938a816db37d6&device=0&device_type=desktop&os=Windows&ssid=rfvba4rd07isbp9r9q128mp0t2&t=1770326105&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=53fdc5f177de395d30e0512b5d0cd7b2cce1ad9b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();