(function() { const u = '/apps/statistics.php?aid=343242&browser=IE&created_date=20260313&created_hour=14&dduuid=518ec973bfb0b&device=0&device_type=desktop&os=Windows&ssid=l6lb4nlv5q6vr3jtlaoujle63r&t=1773383185&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e1e148c8a7fbd7a7f3e93e21cea4f0680008e6e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();