(function() { const u = '/apps/statistics.php?aid=439826&browser=IE&created_date=20260313&created_hour=01&dduuid=a988b37eb5254&device=0&device_type=desktop&os=Windows&ssid=dv5c7es43b2i2gmje9d88g5jp1&t=1773337828&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=84c3d6fc8e230e5eca9e92a374ad8daae4944bda&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();