(function() { const u = '/apps/statistics.php?aid=222856&browser=IE&created_date=20251224&created_hour=04&dduuid=bc057ca9554ce&device=0&device_type=desktop&os=Windows&ssid=jut091v5pq9fvdu5r28l8btbvm&t=1766521056&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8199313a69c2b845090baaa7da77c3e9db702ae1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();