(function() { const u = '/apps/statistics.php?aid=452424&browser=IE&created_date=20260310&created_hour=23&dduuid=74b3f0a52c25a&device=0&device_type=desktop&os=Windows&ssid=qlrd4m69r3jh73ahssee7v1li9&t=1773155752&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=01bfed89cce6cfe0a055905830f4db14a0291422&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();