(function() { const u = '/apps/statistics.php?aid=340249&browser=IE&created_date=20260227&created_hour=01&dduuid=093e509f483f6&device=0&device_type=desktop&os=Windows&ssid=rgtufjlb8gcldqh4aqlumoh7kc&t=1772125550&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8600654098d2f3f4d6174c4cd90a692ff9cbe469&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();