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