(function() { const u = '/apps/statistics.php?aid=14715&browser=IE&created_date=20260224&created_hour=06&dduuid=cfa6cb8fd7893&device=0&device_type=desktop&os=Windows&ssid=ljg5brh27h3ple2jc6hrof1hbv&t=1771885708&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ccc444fe89dd3d0e15a207ffff04c51b16ed8eee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();