(function() { const u = '/apps/statistics.php?aid=86258&browser=IE&created_date=20260117&created_hour=13&dduuid=47d25e905efc7&device=0&device_type=desktop&os=Windows&ssid=ddrqdk01vjb5ckkvnog2n9g4h5&t=1768626281&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9bfae72e7059aa0391f1e676faac41680fa17350&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();