(function() { const u = '/apps/statistics.php?aid=455154&browser=IE&created_date=20260303&created_hour=15&dduuid=eef5b5426aa2a&device=0&device_type=desktop&os=Windows&ssid=4aev5e0nhgoni72vefq6j14cdq&t=1772524736&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ad0bf4b51b7aa1281849bdd888a20da64af194d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();